home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 33 / PC Gamer IT CD 33 2-2.iso / drivers / videodrv / diamond / FPD201E.EXE / rar / DOS / README.1ST < prev    next >
Text File  |  1996-12-04  |  6KB  |  129 lines

  1. /***************************************************************************
  2.  *                                                                         *
  3.  *  Copyright 1996 Diamond Multimedia Systems, Inc.  All rights reserved.  *
  4.  *                                                                         *
  5.  *  This file is confidential and a trade secret of Diamond Multimedia.    *
  6.  *  The receipt of or possession of this file does not convey any rights   *
  7.  *  to reproduce or disclose its contents or to manufacture, use, or sell  *
  8.  *  anything it may describe, in whole, or in part, without the specific   *
  9.  *  written consent of Diamond Multimedia.                                 *
  10.  *                                                                         *
  11.  ***************************************************************************/
  12.  
  13. /*           Name:   README.1ST
  14.  *          Title:   README.1ST
  15.  *      $Workfile:   $
  16.  *      $Revision:   $
  17.  *       $Modtime:   $
  18.  *     Programmer:   Mark C. Anderson
  19.  *  Creation Date:   03/14/96
  20.  *
  21.  *  Version History
  22.  *  ---------------
  23.  *
  24.  *    Date    Who?  Description
  25.  *  --------  ----  -------------------------------------------------------
  26. #BeginRevision
  27.  *  05/10/96  DLS   Added explanatory text for known problems/workarounds
  28.  *                  for this release.
  29. #EndRevision
  30.  *  05/06/96  DLS   Corrected some spelling errors and expanded the text.
  31.  *  03/14/96  MCA   Initial version.
  32.  *
  33. #BeginDescription
  34.  *  04/04/96  DLS   Readme.1st text file describing the ASPIFMT utility.
  35. #EndDescription
  36.  *
  37.  *-------------------------------------------------------------------------
  38.  *
  39.  *  $Header:$
  40.  *
  41.  */
  42.  
  43.                            ASPI Format Utility
  44.                            ~~~~~~~~~~~~~~~~~~~
  45. This is a DOS based application that uses a graphical user interface to allow
  46. you to select formattable SCSI devices (under an ASPI manager's control) to
  47. LOW-LEVEL format.
  48.  
  49. To run the program, make sure that ASPIFMT.EXE and ASPIINF.DAT are in the
  50. same directory. Type ASPIFMT at the <drive:> prompt and wait for the ASPI
  51. Format window to appear. If running from floppy, expect to wait about 30-60
  52. seconds for the program to load.
  53.  
  54. It is highly recommended that your run the low level format from a BOOT floppy.
  55. This will prevent the possibility of issuing the low-level format to the
  56. boot device where DOS is running, or from issuing the low-level format to
  57. the hard disk where this program is running.
  58.  
  59. While the program loads, a window is displayed to inform the user that ASPIFMT
  60. is searching for devices. The next window displayed shows a list of HOST BUS
  61. ADAPTERS connected to the computer under ASPI control and a list of
  62. formattable devices attached to those adapters. You may select one or more
  63. drives to format by using either the keyboard or a mouse. At any time, if you
  64. are not sure of what to do, press the F1 key or HELP on any window to get help.
  65.  
  66. After you have selected the desired device(s) to format, select the FORMAT
  67. BUTTON to continue with formatting. The next window displayed is a FORMAT
  68. CAUTION window with text on it that you SHOULD READ CAREFULLY. The default
  69. choice on this window is to CANCEL, which will take you to the previous
  70. window where you can reselect your device(s) to format. If you choose to
  71. continue forward by pressing the FORMAT BUTTON, the actual format will take
  72. effect. If multiple devices are selected, the format will happen sequentially.
  73. An elapsed time indicator will inform you of the total time elapsed during
  74. the format.
  75.  
  76. It will take from several minutes to several hours per drive selected to
  77. format. Once the process is complete, you will be given status on each drive
  78. selected for the format. The FORMAT STATUS window lists the SUCCESSFUL and
  79. FAILED formatted devices in separate list boxes.
  80.  
  81. For the FAILED formatting list, a message indicating the cause of the failure
  82. will be displayed along with the device list. Press F1 or the HELP button on
  83. the status window to get more information about the failure message.
  84.  
  85. Files in Distribution
  86. ~~~~~~~~~~~~~~~~~~~~~
  87.  
  88. This distribution should contain the following files:
  89.  
  90.         ASPIFMT.EXE - The LOW-LEVEL ASPI Format Utility
  91.         ASPIINF.DAT - A binary data file containing objects and help text.
  92.         README.1ST  - This file!
  93.  
  94. Known Problems/Workarounds In This Release
  95. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  96.  
  97. Problem:        The timer doesn't work for devices on the ISA bus.
  98. Workaround:     Feel free to do the format as usual but time estimates
  99.                 for time elapsed will be 0.
  100.  
  101. Problem:        If a drive is powered down during a format, the ASPIFMT
  102.                 utility will wait forever for the drive to return format
  103.                 complete.
  104. Workaround:     If a format appears hung, check and see if the drive still
  105.                 has power.  If it doesn't, the only way to terminate the
  106.                 program is by rebooting.  If the format did not complete
  107.                 successfully the drive will be unusable until a successful
  108.                 low-level format is done.
  109.  
  110. Problem:        Magneto-Optical (MO) drives may give an "unknown error"
  111.                 status code if the media is not present.  This may cause
  112.                 the ASPIFMT to incorrectly identify the problem.
  113. Workaround:     If an unknown status code is received for an MO drive,
  114.                 check to see if the media is present.
  115.  
  116. Problem:        When help is displayed and minimized from the CAUTION window,
  117.                 WAIT window or STATUS window, you will not be able to restore
  118.                 the minimized help window.
  119. Workaround:     Exit the window the help was called from and restore the help
  120.                 by double clicking on the help icon.
  121.  
  122. Problem:        The ASPIFMT utility screen is unreadable due to a possible
  123.                 graphics card problem.
  124. Workaround:     The ASPIFMT utility requires at least a VGA capable monitor
  125.                 to display the utility.  If an SVGA card and a VGA monitor
  126.                 are intermixed, the graphics display may be messed up with the
  127.                 screen unreadable.  The graphics card and monitor types should
  128.                 match.
  129.